-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates #6
Updates #6
Conversation
fivetran-jamie
commented
Oct 30, 2020
•
edited
Loading
edited
- update dbt to >= 0.18.0
- update dbt utils
- move macro to fivetran utils
dbt_project.yml
Outdated
config-version: 2 | ||
require-dbt-version: [">=0.18.0", "<0.19.0"] | ||
|
||
source-paths: ["models"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to my comment in the source package, please remove this block of default code. Thanks!
packages.yml
Outdated
@@ -1,6 +1,9 @@ | |||
packages: | |||
- package: fishtown-analytics/dbt_utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this package reference is not required, as the source package references dbt_utils already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM